home *** CD-ROM | disk | FTP | other *** search
/ The Book of Tells / The Book of Tells.iso / catinfo.dir / 00011_Script_11 < prev    next >
Text File  |  1994-09-22  |  730b  |  29 lines

  1. on startMovie
  2.   set the puppet of sprite 5 to TRUE
  3. end stratMovie
  4.  
  5.  
  6.  
  7. -- ******************************************************
  8. -- Name: putHelp
  9. -- Description: 
  10. --                      
  11. -- Example: 
  12. -- ******************************************************
  13. on putHelp castMemName,spriteNum
  14.   set hInstance = the mouseh
  15.   set vInstance = the mousev
  16.   set the castNum of sprite spriteNum to the number of cast castMemName
  17.   set the loch of sprite spriteNum to hInstance
  18.   set the locv of sprite spriteNum to vInstance
  19.   updateStage 
  20.   
  21.   repeat while the stilldown
  22.     
  23.   end repeat
  24.   
  25.   set the loch of sprite spriteNum to -300
  26.   set the loch of sprite spriteNum to -300
  27.   updateStage
  28.    
  29. end putHelp